Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(shared-cache): block shared cache for beacons #1508

Closed
wants to merge 1 commit into from

Conversation

RitvikKapila
Copy link
Contributor

@RitvikKapila RitvikKapila commented Dec 16, 2024

Issue #, if available:

Description of changes:

  • Block shared cache for Searchable Encryption / Beacons
  • Tested this by running complex beacon example in Rust with MultiKeyStore and shared cache by updating beacon_config.rs. Error:
thread 'main' panicked at src/intercept.rs:88:63:
called `Result::unwrap()` on an `Err` value: DynamoDbEncryptionError { error: DynamoDbEncryptionException { message: "Scan Beacons and Searchable Encryption do NOT support Shared caches." } }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

Resolved through #1507

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@RitvikKapila RitvikKapila marked this pull request as ready for review December 16, 2024 19:46
@RitvikKapila RitvikKapila requested a review from a team as a code owner December 16, 2024 19:46
@RitvikKapila RitvikKapila deleted the rkapila/block-shared-cache-beacons branch December 16, 2024 20:27
@RitvikKapila RitvikKapila restored the rkapila/block-shared-cache-beacons branch December 16, 2024 20:27
@RitvikKapila RitvikKapila deleted the rkapila/block-shared-cache-beacons branch December 16, 2024 20:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants